home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / dsp4tool / dsply.h < prev    next >
Encoding:
Text File  |  1994-02-12  |  364 b   |  16 lines

  1. /*
  2.  * DSPLY.H -- Header for Graph display module
  3.  *
  4.  *  Copyright (C) 1992, 1993, 1994 by Alef Null. All rights reserved.
  5.  *  Author(s): J Vuori
  6.  *
  7.  *  Modification(s):
  8.  */
  9.  
  10.  
  11. int  InitDisplay(int n, char *logo[]);
  12. void PlotStart(double min, double max);
  13. void PlotLine(int x, double yy);
  14. void PlotCircle(int x, double yy);
  15. void ReleaseDisplay(void);
  16.